home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / quicspool / standard / makefile < prev    next >
Makefile  |  1990-10-01  |  733b  |  29 lines

  1. # $Header: Makefile,v 1.1 88/01/15 13:07:00 simpson Rel $
  2. # $Log:    Makefile,v $
  3. #Revision 1.1  88/01/15  13:07:00  simpson
  4. #initial release
  5. #
  6. #Revision 0.1  87/12/11  18:34:10  simpson
  7. #beta test
  8. #
  9. INCLUDE=/usr/include/local
  10.  
  11. all:
  12.  
  13. # System include files are needed right away
  14. configure:
  15.     install -c -m 644 standard.h $(INCLUDE)
  16.     install -c -m 644 standmacro.h $(INCLUDE)
  17.     install -c -m 644 standtype.h $(INCLUDE)
  18.     install -c -m 644 standenviron.h $(INCLUDE)
  19.     install -c -m 644 standconst.h $(INCLUDE)
  20.  
  21. install:
  22.     install -c -m 644 standard.h $(INCLUDE)
  23.     install -c -m 644 standmacro.h $(INCLUDE)
  24.     install -c -m 644 standtype.h $(INCLUDE)
  25.     install -c -m 644 standenviron.h $(INCLUDE)
  26.     install -c -m 644 standconst.h $(INCLUDE)
  27.  
  28. clean:
  29.